home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9083 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  966 b 

  1. Path: cnn.Princeton.EDU!usenet
  2. From: joeross@princeton.edu (Joe Ross)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Huffman encoding
  5. Date: 28 Feb 1996 02:23:01 GMT
  6. Organization: Princeton University
  7. Message-ID: <4h0ea5$kbh@cnn.Princeton.EDU>
  8. References: <4h00k0$euq@garuda.csulb.edu>
  9. NNTP-Posting-Host: joeross.student.princeton.edu
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. Robert Sedgewick's Algorithms in C should have what you are looking for.
  15.  
  16. joe
  17.  
  18.  
  19. In article <4h00k0$euq@garuda.csulb.edu>, mackay@csulb.edu says...
  20. >
  21. >Does anyone have suggestions on where I can find source code to implement 
  22. >Huffman encoding/decoding in either the C or C++ languages?
  23. >
  24. >I am looking for a program that implements a "two-pass" version of 
  25. >Huffman encoding ( the first pass reads in the characters from the file 
  26. >and the second pass implements the encoding portion )
  27. >
  28. >Any help would be greatly appreciated!
  29. >
  30. >thanks
  31. >Sharlene
  32.  
  33.